home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / BaseErrors.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  862 b   |  22 lines

  1. package com.extensibility.app;
  2.  
  3. public interface BaseErrors {
  4.    int UNABLE_TO_PERFORM = 0;
  5.    int UNABLE_TO_PASTE = 100;
  6.    int UNABLE_TO_LOAD_PAGE = 101;
  7.    int UNABLE_TO_OPEN = 102;
  8.    int UNABLE_TO_SAVE = 103;
  9.    int DECL_REMOVE_FAILED = 106;
  10.    int SCHEMA_DECLS_MISSING = 107;
  11.    int PREFS_SAVE_FAILED = 108;
  12.    int XML_IMPORT_FAILED = 109;
  13.    int PARSING_NON_FATAL_PROBLEM = 110;
  14.    int CANNOT_READ_INTERNAL_SUBSET = 111;
  15.    int UNABLE_TO_SAVE_ERRORS = 113;
  16.    int IMPORT_FAILED = 118;
  17.    int APP_PREFS_SAVE_FAILED = 120;
  18.    int PREFS_OPEN_FAILED = 121;
  19.    int REPARSE_SOURCE_FAILED = 123;
  20.    int UNABLE_TO_PRINT = 124;
  21. }
  22.